Comparing strings

If you want to compare two strings, case insensitive, use the following:

<string 1>.compare(<string 2>, true) = 0

Read more here: String.Compare method

This page was edited 43 days ago on 03/15/2024. What links here